drivers/pc80/rtc: Hide bank register ports from menu
It makes no sense to expose these symbols to the user in the menu. Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Change-Id: I6eb78d12afdc0828bf5e2d305f033d2f0cf4622a Reviewed-on: https://review.coreboot.org/c/coreboot/+/77109 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
parent
6f5ead14b4
commit
1f5d1682ac
|
@ -11,9 +11,9 @@ config USE_PC_CMOS_ALTCENTURY
|
|||
May be useful for legacy OSes that assume its presence.
|
||||
|
||||
config PC_CMOS_BASE_PORT_BANK0
|
||||
hex "Base port for CMOS bank 0 index/data registers"
|
||||
hex
|
||||
default 0x70
|
||||
|
||||
config PC_CMOS_BASE_PORT_BANK1
|
||||
hex "Base port for CMOS bank 1 index/data registers"
|
||||
hex
|
||||
default 0x72
|
||||
|
|
Loading…
Reference in New Issue