All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Kconfig: Drop some sandbox-related items
@ 2021-11-14  3:21 Simon Glass
  2021-11-14  3:21 ` [PATCH 01/10] trace: sandbox: Use only the Kconfig options Simon Glass
                   ` (9 more replies)
  0 siblings, 10 replies; 24+ messages in thread
From: Simon Glass @ 2021-11-14  3:21 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Simon Glass, Alexandru Gagniuc, Anatolij Gustschin,
	Andy Shevchenko, Aswath Govindraju, Aymen Sghaier, Bin Meng,
	Heiko Schocher, Heinrich Schuchardt, Igor Opaniuk, Jaehoon Chung,
	Joel Stanley, Kory Maincent, Marek Behún, Marek Vasut,
	Mario Six, Michal Simek, Minkyu Kang, Nobuhiro Iwamatsu,
	Pali Rohár, Patrick Delaunay, Peng Fan, Priyanka Jain,
	Rasmus Villemoes, Reinoud Zandijk, Rick Chen, Sean Anderson,
	Simon Guinot, Stefan Roese, Tero Kristo, Tyler Hicks, Wasim Khan,
	Wolfgang Denk

In an effort to pare down the sandbox.h header file, this series moves
some options to Kconfig.

It also adds a migration warning for CONFIG_TIMER.


Simon Glass (10):
  trace: sandbox: Use only the Kconfig options
  sandbox: Drop CONFIG_HOST_MAX_DEVICES
  Convert CONFIG_SYS_FDT_LOAD_ADDR to Kconfig
  Convert CONFIG_PHYSMEM to Kconfig
  sandbox: video: Drop CONFIG_LCD_BMP_RLE8
  Convert CONFIG_KEYBOARD to Kconfig
  keyboard: Add a migration message
  sandbox: Drop CONFIG_SYS_TIMER_RATE
  ide: Drop unused CONFIG options
  timer: Add a migration message

 Makefile                                     |   5 +
 README                                       |  23 ---
 arch/Kconfig                                 |   3 +
 arch/arm/mach-exynos/Kconfig                 |   1 +
 arch/arm/mach-kirkwood/include/mach/config.h |   2 -
 arch/powerpc/include/asm/config.h            |   3 -
 arch/sandbox/Kconfig                         |  10 ++
 cmd/Kconfig                                  |   2 +
 cmd/host.c                                   |   2 +-
 common/lcd.c                                 | 142 -------------------
 configs/chromebit_mickey_defconfig           |   1 +
 configs/chromebook_jerry_defconfig           |   1 +
 configs/chromebook_minnie_defconfig          |   1 +
 configs/chromebook_speedy_defconfig          |   1 +
 configs/novena_defconfig                     |   1 +
 configs/smdk5250_defconfig                   |   1 +
 configs/smdk5420_defconfig                   |   1 +
 configs/tools-only_defconfig                 |   7 +-
 doc/develop/driver-model/migration.rst       |  16 +++
 doc/develop/trace.rst                        |  14 +-
 drivers/block/ide.c                          |  12 +-
 drivers/block/sandbox.c                      |   6 +-
 drivers/input/Kconfig                        |   9 ++
 include/configs/edison.h                     |   3 -
 include/configs/edminiv2.h                   |   2 -
 include/configs/exynos5-dt-common.h          |   3 -
 include/configs/novena.h                     |   1 -
 include/configs/r2dplus.h                    |   1 -
 include/configs/sandbox.h                    |  19 ---
 include/configs/smdk5250.h                   |   1 -
 include/configs/smdk5420.h                   |   2 -
 include/configs/veyron.h                     |   2 -
 include/configs/x86-common.h                 |   2 -
 include/sandboxblockdev.h                    |   3 +
 lib/Kconfig                                  |  10 ++
 scripts/config_whitelist.txt                 |   7 -
 36 files changed, 85 insertions(+), 235 deletions(-)

-- 
2.34.0.rc1.387.gb447b232ab-goog


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

end of thread, other threads:[~2021-11-17 16:22 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-14  3:21 [PATCH 00/10] Kconfig: Drop some sandbox-related items Simon Glass
2021-11-14  3:21 ` [PATCH 01/10] trace: sandbox: Use only the Kconfig options Simon Glass
2021-11-14  9:32   ` Heinrich Schuchardt
2021-11-17  2:48     ` Simon Glass
2021-11-14  3:21 ` [PATCH 02/10] sandbox: Drop CONFIG_HOST_MAX_DEVICES Simon Glass
2021-11-14  9:34   ` Heinrich Schuchardt
2021-11-14  3:21 ` [PATCH 03/10] Convert CONFIG_SYS_FDT_LOAD_ADDR to Kconfig Simon Glass
2021-11-14  3:21 ` [PATCH 04/10] Convert CONFIG_PHYSMEM " Simon Glass
2021-11-14  9:46   ` Heinrich Schuchardt
2021-11-17  2:48     ` Simon Glass
2021-11-17  9:15       ` Heinrich Schuchardt
2021-11-17 15:03         ` Sean Anderson
2021-11-17 15:29           ` Heinrich Schuchardt
2021-11-17 15:46             ` Sean Anderson
2021-11-17 15:54               ` Tom Rini
2021-11-17 16:21                 ` Simon Glass
2021-11-17 15:55             ` Simon Glass
2021-11-14  3:21 ` [PATCH 05/10] sandbox: video: Drop CONFIG_LCD_BMP_RLE8 Simon Glass
2021-11-14  3:21 ` [PATCH 06/10] Convert CONFIG_KEYBOARD to Kconfig Simon Glass
2021-11-14  3:21 ` [PATCH 07/10] keyboard: Add a migration message Simon Glass
2021-11-14  3:21 ` [PATCH 08/10] sandbox: Drop CONFIG_SYS_TIMER_RATE Simon Glass
2021-11-14  3:22 ` [PATCH 09/10] ide: Drop unused CONFIG options Simon Glass
2021-11-14  9:52   ` Heinrich Schuchardt
2021-11-14  3:22 ` [PATCH 10/10] timer: Add a migration message 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.