All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/14] sandbox: exynos: Move some (mostly) sandbox CONFIG options to Kconfig
@ 2015-03-06 20:19 Simon Glass
  2015-03-06 20:19 ` [U-Boot] [PATCH 01/14] sandbox: Move GPIO CONFIGs " Simon Glass
                   ` (14 more replies)
  0 siblings, 15 replies; 31+ messages in thread
From: Simon Glass @ 2015-03-06 20:19 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2015-06-11 20:19 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-06 20:19 [U-Boot] [PATCH 0/14] sandbox: exynos: Move some (mostly) sandbox CONFIG options to Kconfig Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 01/14] sandbox: Move GPIO CONFIGs " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 02/14] sandbox: Move CONFIG_SYS_VSNPRINTF " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 03/14] sandbox: Move CONFIG_SANDBOX_SERIAL " Simon Glass
2015-06-11 20:19   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 04/14] sandbox: Move CONFIG_SYS_I2C_SANDBOX " Simon Glass
2015-03-09  7:28   ` Heiko Schocher
2015-04-09  3:02     ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 05/14] sandbox: Move CONFIG_SANDBOX_SPI " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 06/14] sandbox: Move CONFIG_SPI_FLASH_SANDBOX " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 07/14] sandbox: Move CONFIG_TPM_TIS_SANDBOX " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 08/14] sandbox: exynos: Move CONFIG_SOUND " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 09/14] sandbox: exynos: Move CONFIG_CMD_SOUND " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 10/14] sandbox: exynos: Move CONFIG_I2S " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 11/14] sandbox: exynos: Move CONFIG_I2S_SAMSUNG " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 12/14] sandbox: exynos: Move CONFIG_SOUND_MAX98095 " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 13/14] sandbox: exynos: Move CONFIG_SOUND_WM8994 " Simon Glass
2015-04-09  3:02   ` Simon Glass
2015-03-06 20:19 ` [U-Boot] [PATCH 14/14] sandbox: exynos: Move CONFIG_SOUND_SANDBOX " Simon Glass
2015-04-09  3:03   ` Simon Glass
2015-04-01  2:29 ` [U-Boot] [PATCH 0/14] sandbox: exynos: Move some (mostly) sandbox CONFIG options " Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.