Tom Rini
8728c97eff
configs: Re-sync
...
Signed-off-by: Tom Rini <trini@konsulko.com >
2017-03-13 13:52:33 -04:00
Simon Glass
a5d67547dd
Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig
...
This converts the following to Kconfig:
CONFIG_BOARD_EARLY_INIT_F
Signed-off-by: Simon Glass <sjg@chromium.org >
2017-01-25 17:38:32 -05:00
Tom Rini
e5ec48152a
Kconfig: Migrate BOARD_LATE_INIT to a select
...
This option should not really be user selectable. Note that on PowerPC
we currently only need BOARD_LATE_INIT when CHAIN_OF_TRUST is enabled so be
conditional on that.
Signed-off-by: Tom Rini <trini@konsulko.com >
Acked-by: Masahiro Yamada <yamada.masahiro@socionext.com > (for UniPhier)
2017-01-24 10:35:54 -05:00
Jagan Teki
3788b451e3
config: Move CONFIG_BOARD_LATE_INIT to defconfigs
...
Cc: Tom Rini <trini@konsulko.com >
Signed-off-by: Jagan Teki <jagan@openedev.com >
2017-01-21 15:12:33 -05:00
Simon Glass
02e69a5db1
Convert CONFIG_SPL_WATCHDOG_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:23 -04:00
Simon Glass
e00f76cee9
Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:19 -04:00
Simon Glass
1fdf7c64ed
Convert CONFIG_SPL_MMC_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:13 -04:00
Simon Glass
cc4288ef42
Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:12 -04:00
Simon Glass
1646eba85c
Convert CONFIG_SPL_LIBDISK_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:12 -04:00
Simon Glass
77d2f7f507
Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:11 -04:00
Simon Glass
9c21df1547
Convert CONFIG_SPL_I2C_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:10 -04:00
Simon Glass
53b5bf3c1d
Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:10 -04:00
Simon Glass
75eba2c45e
Convert CONFIG_SPL_EXT_SUPPORT to Kconfig
...
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:27:09 -04:00
Simon Glass
c2ae7d8220
Kconfig: Move SPL settings into their own file
...
Move the SPL settings into common/spl where most of the SPL code is kept.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-09-16 17:03:36 -04:00
Tom Rini
7802ce910b
configs: Re-sync BOOTDELAY changes
...
With updated moveconfig.py and an better default, re-generate
the migration of BOOTDELAY to the defconfig.
Reviewed-by: Hans de Goede <hdegoede@redhat.com >
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-06-17 09:34:49 -04:00
Tom Rini
89cb2b5f8b
configs: Re-sync with cmd/Kconfig
...
Update the config.h and defconfig files for the commands that 8e3c036
converted over to Kconfig
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-04-25 15:09:47 -04:00
Tom Rini
78d1e1d0a1
configs: Re-sync almost all of cmd/Kconfig
...
This syncs up the current cmd/Kconfig and include/configs/ files with the
only exception being CMD_NAND. Due to how we have used this historically
we need to take further care here when converting.
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-04-25 15:09:40 -04:00
Tom Rini
adad96e60d
configs: Re-sync HUSH options
...
Move all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files. Remove
all cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.
Signed-off-by: Tom Rini <trini@konsulko.com >
2016-04-25 14:22:43 -04:00
Simon Glass
69e173eb57
Move CONFIG_OF_LIBFDT to Kconfig
...
Move this option to Kconfig and tidy up existing boards.
Signed-off-by: Simon Glass <sjg@chromium.org >
2016-03-14 14:50:25 -04:00
Thomas Chou
e4aa8edb6e
common: add CMD_GPIO to Kconfig
...
Add CMD_GPIO to Kconfig and run tools/moveconfig.py .
Signed-off-by: Thomas Chou <thomas@wytron.com.tw >
Reviewed-by: Simon Glass <sjg@chromium.org >
2015-11-18 14:50:06 -05:00
Bin Meng
80df691349
Reorder defconfigs with 'savedefconfig'
...
Some boards' defconfigs are disordered. Reorder them.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com >
2015-09-28 09:06:13 -04:00
Peng Fan
21782828f9
imx: mx6 move TARGET_xx Kconfig option to mx6 specific Kconfig file
...
Move TARGET_xx Kconfig option based on mx6 to arch/arm/cpu/armv7/mx6/Kconfig.
Add enable "CONFIG_ARCH_MX6" for boards based on mx6.
Then we can choose target boards using "make ARCH=arm menuconfig"
with ARCH_MX6 defined.
If using original way, we have no chance to enable ARCH_MX6 when
"make menuconfig". Even define CONFIG_ARCH_MX6=y in xx_defconfig,
kconfig will complains "arch/../configs/platinum_titanium_defconfig:3:
warning: override: TARGET_PLATINUM_TITANIUM changes choice state"
Signed-off-by: Peng Fan <Peng.Fan@freescale.com >
Cc: Stefano Babic <sbabic@denx.de >
Cc: Heiko Schocher <hs@denx.de >
Cc: Tim Harvey <tharvey@gateworks.com >
Cc: Eric Bénard <eric@eukrea.com >
Cc: Fabio Estevam <fabio.estevam@freescale.com >
Cc: Eric Nelson <eric.nelson@boundarydevices.com >
Cc: Marek Vasut <marex@denx.de >
Cc: Christian Gmeiner <christian.gmeiner@gmail.com >
Cc: Stefan Roese <sr@denx.de >
Cc: Soeren Moch <smoch@web.de >
Cc: Otavio Salvador <otavio@ossystems.com.br >
Acked-by: Stefano Babic <sbabic@denx.de >
Acked-by: Soeren Moch <smoch@web.de >
Acked-by: Otavio Salvador <otavio@ossystems.com.br >
Acked-by: Christian Gmeiner <christian.gmeiner@gmail.com >
2015-09-02 15:29:14 +02:00
vpeter4
78506c2f86
udoo: Switch to SPL support
...
Currently we need to build one U-boot image for each of the udoo
variants: quad and dual-lite.
By switching to SPL we can support all two variants with a single binary.
Based on the SPL for wandboard.
Tested with OpenELEC (Open Embedded Linux Entertainment Center)
on both boards.
Signed-off-by: Peter Vicman <peter.vicman@gmail.com >
Cc: Fabio Estevam <fabio.estevam@freescale.com >
Cc: Stefano Babic <sbabic@denx.de >
Acked-by: Stefano Babic <sbabic@denx.de >
Signed-off-by: Peter Vicman <peter.vicman@gmail.com >
Acked-by: Fabio Estevam <fabio.estevam@freescale.com >
2015-09-02 15:25:28 +02:00