Skip to content

Commit e42af72

Browse files
diandersgregkh
authored andcommitted
firmware: coreboot: Remove GOOGLE_COREBOOT_TABLE_ACPI/OF Kconfig entries
Ever since commit a28aad6 ("firmware: coreboot: Collapse platform drivers into bus core") the Kconfig entries GOOGLE_COREBOOT_TABLE_OF and GOOGLE_COREBOOT_TABLE_ACPI have been dead. They have no "help" text and thus aren't user choosable. They also aren't "select"ed by anything. They also control the compilation of no code. Let's remove them. Fixes: a28aad6 ("firmware: coreboot: Collapse platform drivers into bus core") Signed-off-by: Douglas Anderson <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Reviewed-by: Jack Rosenthal <[email protected]> Acked-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/20230207081130.1.I657776750156793721efa247ce6293445137bc8a@changeid Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 39e1655 commit e42af72

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

drivers/firmware/google/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ config GOOGLE_COREBOOT_TABLE
4444
device tree node /firmware/coreboot.
4545
If unsure say N.
4646

47-
config GOOGLE_COREBOOT_TABLE_ACPI
48-
tristate
49-
select GOOGLE_COREBOOT_TABLE
50-
51-
config GOOGLE_COREBOOT_TABLE_OF
52-
tristate
53-
select GOOGLE_COREBOOT_TABLE
54-
5547
config GOOGLE_MEMCONSOLE
5648
tristate
5749
depends on GOOGLE_MEMCONSOLE_X86_LEGACY || GOOGLE_MEMCONSOLE_COREBOOT

0 commit comments

Comments
 (0)