Masahiro Yamada
0a8cc1a3a4
usb: move CONFIG_USB_XHCI to Kconfig with renaming
...
Move CONFIG_USB_XHCI to defconfig files for all boards, renaming it
into CONFIG_USB_XHCI_HCD.
As commented in the help of "config USB_XHCI" entry, this has been
a TODO for a long time; now CONFIG_USB_XHCI_HCD and CONFIG_USB_XHCI
have been unified in favor of the former.
Note:
Some boards define CONFIG_USB_XHCI in their headers without
CONFIG_USB, which does not meet the "depends on" in Kconfig.
I added CONFIG_USB=y for those boards when converting.
Otherwise, they would fail to build.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
2016-06-04 00:43:53 +02: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
Bin Meng
6b33687995
defconfig: Reorder boards' defconfig files
...
Some boards' defconfig files are out of order. Clean this up.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com >
Acked-by: Joe Hershberger <joe.hershberger@ni.com >
2016-03-22 12:16:31 -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
Nikita Kiryanov
4067a6c8d3
arm: am437x: cm-t43: define prompt
...
Define prompt for cm-t43.
Cc: Tom Rini <trini@konsulko.com >
Cc: Albert Aribaud <albert.u.boot@aribaud.net >
Cc: Igor Grinberg <grinberg@compulab.co.il >
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
Reviewed-by: Tom Rini <trini@konsulko.com >
2016-02-24 18:44:06 -05:00
Nikita Kiryanov
49a934401a
arm: am437x: cm-t43: support all available SPI flash chips
...
Add full support for SPI flash chips to future-proof U-Boot for cm-t43.
Cc: Tom Rini <trini@konsulko.com >
Cc: Albert Aribaud <albert.u.boot@aribaud.net >
Cc: Igor Grinberg <grinberg@compulab.co.il >
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
Reviewed-by: Tom Rini <trini@konsulko.com >
2016-02-24 18:44:05 -05:00
Nikita Kiryanov
7ef77c029a
arm: am437x: cm-t43: migrate CONFIG_DM_SERIAL to config file
...
Move CONFIG_DM_SERIAL to cm_t43_defconfig. This forces us to update the
CONFIG_SYS_NS16550_REG_SIZE value for SPL.
Cc: Tom Rini <trini@konsulko.com >
Cc: Albert Aribaud <albert.u.boot@aribaud.net >
Cc: Igor Grinberg <grinberg@compulab.co.il >
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
Reviewed-by: Tom Rini <trini@konsulko.com >
2016-02-24 18:44:05 -05:00
Thomas Chou
9e39003e7f
ns16550: move CONFIG_SYS_NS16550 to Kconfig
...
Move CONFIG_SYS_NS16550 to Kconfig, and run moveconfig.py.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw >
2015-11-21 21:50:18 -05: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
Nikita Kiryanov
8883ddafde
arm: am437x: Introduce new board cm-t43
...
Add initial support for CM-T43, an AM437x based SoM.
This support includes: serial, MMC/eMMC, NAND, USB, ETH, I2C, GPIO, DRAM
detection.
Cc: Tom Rini <trini@konsulko.com >
Cc: Albert Aribaud <albert.u.boot@aribaud.net >
Cc: Igor Grinberg <grinberg@compulab.co.il >
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il >
2015-08-12 20:48:05 -04:00