| #
69153988 |
| 13-May-2017 |
Simon Glass <sjg@chromium.org> |
i2c: Finish dropping use of CONFIG_I2C_HARD
Drop use of this long-deprecated option.
Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
|
| #
f552d692 |
| 10-May-2017 |
Tom Rini <trini@konsulko.com> |
Kconfig: Drop CONFIG_EMAC_MDIO_PHY_NUM
This particular macro hasn't been used in the code for some time, remove these references that were missed.
Signed-off-by: Tom Rini <trini@konsulko.com>
|
| #
c187dd68 |
| 05-May-2017 |
Lokesh Vutla <lokeshvutla@ti.com> |
configs: convert CONFIG_SYS_MPUCLK to Kconfig
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
|
| #
05b8dc5c |
| 26-Apr-2017 |
Adam Ford <aford173@gmail.com> |
power: twl4030: Remove CONFIG_TWL4030_POWER from include/configs
With the addition of Kconfig now having CONFIG_TWL4030_POWER and with that being the default when OMAP34XX is selected, this is no lo
power: twl4030: Remove CONFIG_TWL4030_POWER from include/configs
With the addition of Kconfig now having CONFIG_TWL4030_POWER and with that being the default when OMAP34XX is selected, this is no longer needed in include/configs and can be removed from the whitelist.
This has only been tested on logic PD DM3730 using ti_omap3_common.h
Signed-off-by: Adam Ford <aford173@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
show more ...
|
| #
4f66e09b |
| 09-May-2017 |
Stefano Babic <sbabic@denx.de> |
Merge branch 'master' of git://git.denx.de/u-boot
Signed-off-by: Stefano Babic <sbabic@denx.de>
|
| #
67566ab6 |
| 23-Feb-2017 |
Uri Mashiach <uri.mashiach@compulab.co.il> |
arm: dra7xx: move CONFIG_DRA7XX to Kconfig
The symbol CONFIG_DRA7XX is needed for Kconfig conditions.
Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il>
arm: dra7xx: move CONFIG_DRA7XX to Kconfig
The symbol CONFIG_DRA7XX is needed for Kconfig conditions.
Cc: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Uri Mashiach <uri.mashiach@compulab.co.il> Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
57ba664e |
| 01-May-2017 |
Tom Rini <trini@konsulko.com> |
scripts/config_whitelist.txt: Re-sync
Signed-off-by: Tom Rini <trini@konsulko.com>
|
| #
ae189ba1 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Drop the pdsp188x driver
This is not used in U-Boot.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
93d66ee5 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_DISPLAY to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DISPLAY
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
3bd25cb5 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_DIAG to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DIAG
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_DIAG on some keymile configs] Signed-of
Convert CONFIG_CMD_DIAG to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DIAG
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_DIAG on some keymile configs] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
10c01337 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Kconfig: Drop CONFIG_CMD_DFL
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
d569c95e |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_DEKBLOB to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DEKBLOB
Note: This option does not seem to actually be enabled by any board.
Signed-off-by: Simon Glass
Convert CONFIG_CMD_DEKBLOB to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DEKBLOB
Note: This option does not seem to actually be enabled by any board.
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply under SECURE_BOOT for mx5/6/7] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
279e7c49 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Kconfig: Drop CONFIG_CMD_DEFAULTENV_VARS
This option does not exist in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
97072747 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CRAMFS
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CRAMFS for keymile] Signed-off-
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CRAMFS
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CRAMFS for keymile] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
d315628e |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_CLK to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CLK
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CLK on ARCH_ZYNQ] Signed-off-by: Tom Rini
Convert CONFIG_CMD_CLK to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CLK
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CLK on ARCH_ZYNQ] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
3d0aeb90 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Drop CONFIG_CMD_CLEAR
This option is not used in U-Boot. Drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
854fcd55 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_CHIP_CONFIG to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CHIP_CONFIG
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
d66a10fc |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
fs: Convert CONFIG_CMD_CBFS to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CBFS
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CBFS on SYS_COREBOOT] Signed-off-by
fs: Convert CONFIG_CMD_CBFS to Kconfig
This converts the following to Kconfig: CONFIG_CMD_CBFS
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: imply CMD_CBFS on SYS_COREBOOT] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
983b103f |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_WHITE_ON_BLACK
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y on variou
Convert CONFIG_SYS_WHITE_ON_BLACK to Kconfig
This converts the following to Kconfig: CONFIG_SYS_WHITE_ON_BLACK
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y on various SoCs] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
4893e34b |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_BSP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BSP
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
0f710258 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_BMP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BMP
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Add depends on LCD || DM_VIDEO || VIDEO] Signed-off
Convert CONFIG_CMD_BMP to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BMP
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Add depends on LCD || DM_VIDEO || VIDEO] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
218257b0 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_BMODE to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BMODE
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y and depend on mx5/6/7] Sign
Convert CONFIG_CMD_BMODE to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BMODE
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Make this default y and depend on mx5/6/7] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
c04b9b34 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_BLOB to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BLOB
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Add imply CMD_BLOB under CHAIN_OF_TRUST] Signed-o
Convert CONFIG_CMD_BLOB to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BLOB
Signed-off-by: Simon Glass <sjg@chromium.org> [trini: Add imply CMD_BLOB under CHAIN_OF_TRUST] Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
|
| #
ac20a1b2 |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_BEDBUG to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BEDBUG
Signed-off-by: Simon Glass <sjg@chromium.org>
|
| #
ac60e46e |
| 27-Apr-2017 |
Simon Glass <sjg@chromium.org> |
Convert CONFIG_CMD_BAT to Kconfig
This converts the following to Kconfig: CONFIG_CMD_BAT
Signed-off-by: Simon Glass <sjg@chromium.org>
|