mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-04-01 12:01:31 +00:00
omap3: Migrate to using imply
Move the default y options under arch/arm/mach-omap2/omap3/Kconfig to be using imply instead in arch/arm/Kconfig Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9d4f7a311f
commit
7551dcf980
2 changed files with 11 additions and 33 deletions
|
@ -570,6 +570,17 @@ config OMAP34XX
|
||||||
bool "OMAP34XX SoC"
|
bool "OMAP34XX SoC"
|
||||||
select ARCH_OMAP2
|
select ARCH_OMAP2
|
||||||
select USE_TINY_PRINTF
|
select USE_TINY_PRINTF
|
||||||
|
imply SPL_EXT_SUPPORT
|
||||||
|
imply SPL_FAT_SUPPORT
|
||||||
|
imply SPL_GPIO_SUPPORT
|
||||||
|
imply SPL_I2C_SUPPORT
|
||||||
|
imply SPL_LIBCOMMON_SUPPORT
|
||||||
|
imply SPL_LIBDISK_SUPPORT
|
||||||
|
imply SPL_LIBGENERIC_SUPPORT
|
||||||
|
imply SPL_MMC_SUPPORT
|
||||||
|
imply SPL_NAND_SUPPORT
|
||||||
|
imply SPL_POWER_SUPPORT
|
||||||
|
imply SPL_SERIAL_SUPPORT
|
||||||
|
|
||||||
config OMAP44XX
|
config OMAP44XX
|
||||||
bool "OMAP44XX SoC"
|
bool "OMAP44XX SoC"
|
||||||
|
|
|
@ -1,38 +1,5 @@
|
||||||
if OMAP34XX
|
if OMAP34XX
|
||||||
|
|
||||||
config SPL_EXT_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_FAT_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_GPIO_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_I2C_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_LIBCOMMON_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_LIBDISK_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_LIBGENERIC_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_MMC_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_NAND_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_POWER_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
config SPL_SERIAL_SUPPORT
|
|
||||||
default y
|
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "OMAP3 board select"
|
prompt "OMAP3 board select"
|
||||||
optional
|
optional
|
||||||
|
|
Loading…
Add table
Reference in a new issue