[U-Boot] [PATCH 0/14] sandbox: exynos: Move some (mostly) sandbox CONFIG options to Kconfig
Simon Glass
sjg at chromium.org
Fri Mar 6 21:19:00 CET 2015
These options relate to the sandbox drivers and also sound. There are still
more options to move, but this is a start.
Simon Glass (14):
sandbox: Move GPIO CONFIGs to Kconfig
sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
sandbox: Move CONFIG_SANDBOX_SPI to Kconfig
sandbox: Move CONFIG_SPI_FLASH_SANDBOX to Kconfig
sandbox: Move CONFIG_TPM_TIS_SANDBOX to Kconfig
sandbox: exynos: Move CONFIG_SOUND to Kconfig
sandbox: exynos: Move CONFIG_CMD_SOUND to Kconfig
sandbox: exynos: Move CONFIG_I2S to Kconfig
sandbox: exynos: Move CONFIG_I2S_SAMSUNG to Kconfig
sandbox: exynos: Move CONFIG_SOUND_MAX98095 to Kconfig
sandbox: exynos: Move CONFIG_SOUND_WM8994 to Kconfig
sandbox: exynos: Move CONFIG_SOUND_SANDBOX to Kconfig
arch/x86/Kconfig | 3 ++
common/Kconfig | 10 +++++++
configs/arndale_defconfig | 5 ++++
configs/sandbox_defconfig | 10 +++++++
configs/smdk5250_defconfig | 5 ++++
configs/snow_defconfig | 5 ++++
drivers/gpio/Kconfig | 21 ++++++++++++++
drivers/i2c/Kconfig | 30 ++++++++++++++++++++
drivers/mtd/spi/Kconfig | 10 +++++++
drivers/serial/Kconfig | 20 ++++++++++++++
drivers/serial/serial-uclass.c | 5 ++--
drivers/sound/Kconfig | 55 +++++++++++++++++++++++++++++++++++++
drivers/spi/Kconfig | 25 +++++++++++++++++
drivers/tpm/Kconfig | 7 +++++
include/configs/exynos5250-common.h | 10 -------
include/configs/sandbox.h | 16 -----------
include/configs/x86-common.h | 1 -
include/fdtdec.h | 6 ++++
lib/Kconfig | 9 ++++++
19 files changed, 224 insertions(+), 29 deletions(-)
--
2.2.0.rc0.207.ga3a616c
More information about the U-Boot
mailing list