diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:34:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 15:41:56 -0400 |
| commit | 719d36ee36db92221e86b37edd1f7b922bde4f9d (patch) | |
| tree | 579da03a00d9176fcb73b8f227383e20eef66bb9 /arch | |
| parent | efce2442d31a51322f2cab366285f91e5c9edc70 (diff) | |
Convert CONFIG_CMD_SF_TEST to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_SF_TEST
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index e063ee0d23b..08f6e7f47d0 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -78,6 +78,7 @@ config SANDBOX imply LZMA imply SCSI imply CMD_SATA + imply CMD_SF_TEST config SH bool "SuperH architecture" @@ -111,6 +112,7 @@ config X86 imply CMD_GETTIME imply CMD_IO imply CMD_IRQ + imply CMD_SF_TEST config XTENSA bool "Xtensa architecture" |
