
Hi,
On 6 March 2015 at 13:19, Simon Glass sjg@chromium.org wrote:
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(-)
I'd like to apply this series to u-boot-dm/next. Are there any comments please?
Regards, Simon