All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ide: Convert some options to Kconfig
@ 2022-01-22 12:53 Simon Glass
  2022-01-22 12:53 ` [PATCH 1/3] ide: Drop CONFIG_IDE_AHB Simon Glass
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Simon Glass @ 2022-01-22 12:53 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Simon Glass, Bin Meng, Evgeni Dobrev, Heiko Schocher,
	Heinrich Schuchardt, Igor Opaniuk, Jason Cooper, Luka Perkov,
	Marek Behún, Mario Six, Michal Simek, Nobuhiro Iwamatsu,
	Patrick Delaunay, Paul Burton, Priyanka Jain, Rasmus Villemoes,
	Reinoud Zandijk, Siddarth Gore, Simon Guinot,
	Stefan Herbrechtsmeier, Stefan Roese, TsiChung Liew,
	Walter Schweizer

This converts some IDE options to use Kconfig, thus allowing the
sandbox config.h file to shrink a little more.

It also drops some dead code.


Simon Glass (3):
  ide: Drop CONFIG_IDE_AHB
  Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig
  Drop CONFIG_SYS_PIO_MODE

 README                                       |  19 ----
 arch/arm/mach-kirkwood/include/mach/config.h |   7 --
 configs/M5253DEMO_defconfig                  |   8 ++
 configs/coreboot64_defconfig                 |   5 +
 configs/coreboot_defconfig                   |   5 +
 configs/dns325_defconfig                     |   4 +
 configs/dreamplug_defconfig                  |   4 +
 configs/ds109_defconfig                      |   4 +
 configs/edminiv2_defconfig                   |   8 ++
 configs/efi-x86_payload32_defconfig          |   5 +
 configs/efi-x86_payload64_defconfig          |   5 +
 configs/guruplug_defconfig                   |   4 +
 configs/ib62x0_defconfig                     |   6 ++
 configs/malta64_defconfig                    |   4 +
 configs/malta64el_defconfig                  |   4 +
 configs/malta_defconfig                      |   4 +
 configs/maltael_defconfig                    |   4 +
 configs/nas220_defconfig                     |   4 +
 configs/openrd_base_defconfig                |   6 ++
 configs/openrd_client_defconfig              |   6 ++
 configs/openrd_ultimate_defconfig            |   6 ++
 configs/qemu-x86_64_defconfig                |   5 +
 configs/qemu-x86_defconfig                   |   5 +
 configs/r2dplus_defconfig                    |   8 ++
 configs/sandbox64_defconfig                  |   7 ++
 configs/sandbox_defconfig                    |   7 ++
 configs/sandbox_noinst_defconfig             |   7 ++
 configs/sandbox_spl_defconfig                |   7 ++
 drivers/block/Kconfig                        | 104 +++++++++++++++++++
 drivers/block/ide.c                          |  22 ----
 include/ata.h                                |   3 -
 include/configs/M5253DEMO.h                  |  13 ---
 include/configs/coreboot.h                   |   9 --
 include/configs/edminiv2.h                   |   8 --
 include/configs/efi-x86_payload.h            |   9 --
 include/configs/ib62x0.h                     |   2 -
 include/configs/lacie_kw.h                   |   2 -
 include/configs/malta.h                      |   6 --
 include/configs/openrd.h                     |   4 -
 include/configs/qemu-x86.h                   |   9 --
 include/configs/r2dplus.h                    |  13 ---
 include/configs/sandbox.h                    |  11 --
 include/ide.h                                |   7 --
 scripts/config_whitelist.txt                 |  12 ---
 44 files changed, 246 insertions(+), 156 deletions(-)

-- 
2.35.0.rc0.227.g00780c9af4-goog


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

end of thread, other threads:[~2022-02-09 16:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-22 12:53 [PATCH 0/3] ide: Convert some options to Kconfig Simon Glass
2022-01-22 12:53 ` [PATCH 1/3] ide: Drop CONFIG_IDE_AHB Simon Glass
2022-01-23  7:21   ` Stefan Roese
2022-02-09 16:38   ` Tom Rini
2022-01-22 12:53 ` [PATCH 2/3] Convert CONFIG_SYS_IDE_MAXBUS et al to Kconfig Simon Glass
2022-01-23  7:21   ` Stefan Roese
2022-02-09 16:38   ` Tom Rini
2022-01-22 12:53 ` [PATCH 3/3] Drop CONFIG_SYS_PIO_MODE Simon Glass
2022-01-23  7:22   ` Stefan Roese
2022-02-09 16:38   ` Tom Rini

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.