Convert CONFIG_FSL_DEVICE_DISABLE to Kconfig
This converts the following to Kconfig: CONFIG_FSL_DEVICE_DISABLE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
2a776c79db
commit
345c09de5e
@ -1,5 +1,6 @@
|
||||
config ARCH_LS1021A
|
||||
bool
|
||||
select FSL_DEVICE_DISABLE
|
||||
select FSL_IFC if !QSPI_BOOT && !SD_BOOT_QSPI
|
||||
select SYS_FSL_DDR_BE if SYS_FSL_DDR
|
||||
select SYS_FSL_DDR_VER_50 if SYS_FSL_DDR
|
||||
@ -30,6 +31,9 @@ config ARCH_LS1021A
|
||||
menu "LS102xA architecture"
|
||||
depends on ARCH_LS1021A
|
||||
|
||||
config FSL_DEVICE_DISABLE
|
||||
bool
|
||||
|
||||
config LS1_DEEP_SLEEP
|
||||
bool "Deep sleep"
|
||||
|
||||
|
@ -168,7 +168,6 @@
|
||||
|
||||
#define CONFIG_HWCONFIG
|
||||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
#define CONFIG_FSL_DEVICE_DISABLE
|
||||
|
||||
/*
|
||||
* Miscellaneous configurable options
|
||||
|
@ -95,8 +95,6 @@
|
||||
#define CONFIG_HWCONFIG
|
||||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
|
||||
#define CONFIG_FSL_DEVICE_DISABLE
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"bootargs=root=/dev/ram0 rw console=ttyS0,115200\0" \
|
||||
"initrd_high=0xffffffff\0"
|
||||
|
@ -279,8 +279,6 @@
|
||||
#define CONFIG_HWCONFIG
|
||||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
|
||||
#define CONFIG_FSL_DEVICE_DISABLE
|
||||
|
||||
#ifdef CONFIG_LPUART
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS \
|
||||
"bootargs=root=/dev/ram0 rw console=ttyLP0,115200\0" \
|
||||
|
@ -70,8 +70,6 @@
|
||||
#define CONFIG_HWCONFIG
|
||||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
|
||||
#define CONFIG_FSL_DEVICE_DISABLE
|
||||
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
func(MMC, mmc, 0) \
|
||||
func(USB, usb, 0) \
|
||||
|
@ -160,8 +160,6 @@
|
||||
#define CONFIG_HWCONFIG
|
||||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
|
||||
#define CONFIG_FSL_DEVICE_DISABLE
|
||||
|
||||
#define BOOT_TARGET_DEVICES(func) \
|
||||
func(MMC, mmc, 0) \
|
||||
func(USB, usb, 0) \
|
||||
|
Loading…
Reference in New Issue
Block a user