Remove default n statements to simplify .config and ldoptions files.

Signed-off-by: Myles Watson <mylesgw@gmail.com>
Acked-by: Patrick Georgi <patrick.georgi@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4753 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Myles Watson 2009-10-09 17:39:35 +00:00
parent 86bf6795c3
commit e7bbb50ba0
99 changed files with 4 additions and 133 deletions

View File

@ -30,19 +30,14 @@ config SMP
default y if MAX_CPUS != 1 default y if MAX_CPUS != 1
default n default n
# Set MMX and SSE in socket or model if the CPU has them.
# If all CPUs for the socket have MMX or SSE, set them there.
# These options are only needed for boards compiled with romcc.
config MMX config MMX
bool bool
default n
help
Set this in socket or model if the CPU has MMX.
If the CPUs for the socket always have MMX, set it there.
config SSE config SSE
bool bool
default n
help
Set this in socket or model if the CPU has SSE.
If the CPUs for the socket always have MX, set it there.
config VAR_MTRR_HOLE config VAR_MTRR_HOLE
bool bool

View File

@ -1,6 +1,5 @@
config CPU_AMD_MODEL_10XXX config CPU_AMD_MODEL_10XXX
bool bool
default n
config HAVE_INIT_TIMER config HAVE_INIT_TIMER
bool bool

View File

@ -1,6 +1,5 @@
config CPU_AMD_MODEL_FXX config CPU_AMD_MODEL_FXX
bool bool
default n
config HAVE_INIT_TIMER config HAVE_INIT_TIMER
bool bool

View File

@ -20,5 +20,4 @@
config CPU_AMD_GX1 config CPU_AMD_GX1
bool bool
default n

View File

@ -1,3 +1,2 @@
config CPU_AMD_GX2 config CPU_AMD_GX2
bool bool
default n

View File

@ -1,4 +1,3 @@
config CPU_AMD_LX config CPU_AMD_LX
bool bool
default n

View File

@ -1,4 +1,3 @@
config CPU_AMD_SC520 config CPU_AMD_SC520
bool bool
default n

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_754 config CPU_AMD_SOCKET_754
bool bool
default n
select CPU_AMD_MODEL_FXX select CPU_AMD_MODEL_FXX
config CPU_SOCKET_TYPE config CPU_SOCKET_TYPE

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_939 config CPU_AMD_SOCKET_939
bool bool
default n
select CPU_AMD_MODEL_FXX select CPU_AMD_MODEL_FXX
config CPU_SOCKET_TYPE config CPU_SOCKET_TYPE

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_940 config CPU_AMD_SOCKET_940
bool bool
default n
select K8_HT_FREQ_1G_SUPPORT select K8_HT_FREQ_1G_SUPPORT
select CPU_AMD_MODEL_FXX select CPU_AMD_MODEL_FXX

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_AM2 config CPU_AMD_SOCKET_AM2
bool bool
default n
select K8_REV_F_SUPPORT select K8_REV_F_SUPPORT
# Opteron K8 1G HT support # Opteron K8 1G HT support
select K8_HT_FREQ_1G_SUPPORT select K8_HT_FREQ_1G_SUPPORT

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_AM2R2 config CPU_AMD_SOCKET_AM2R2
bool bool
default n
select CPU_AMD_MODEL_10XXX select CPU_AMD_MODEL_10XXX
select HT3_SUPPORT select HT3_SUPPORT
select CAR_FAM10 select CAR_FAM10

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_F config CPU_AMD_SOCKET_F
bool bool
default n
select K8_REV_F_SUPPORT select K8_REV_F_SUPPORT
select K8_HT_FREQ_1G_SUPPORT select K8_HT_FREQ_1G_SUPPORT
select CPU_AMD_MODEL_FXX select CPU_AMD_MODEL_FXX

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_F_1207 config CPU_AMD_SOCKET_F_1207
bool bool
default n
select CPU_AMD_MODEL_10XXX select CPU_AMD_MODEL_10XXX
config CPU_SOCKET_TYPE config CPU_SOCKET_TYPE

View File

@ -1,6 +1,5 @@
config CPU_AMD_SOCKET_S1G1 config CPU_AMD_SOCKET_S1G1
bool bool
default n
select K8_REV_F_SUPPORT select K8_REV_F_SUPPORT
select K8_HT_FREQ_1G_SUPPORT select K8_HT_FREQ_1G_SUPPORT
select CPU_AMD_MODEL_FXX select CPU_AMD_MODEL_FXX

View File

@ -1,4 +1,3 @@
config CPU_EMULATION_QEMU_X86 config CPU_EMULATION_QEMU_X86
bool bool
default n

View File

@ -1,4 +1,3 @@
config CPU_INTEL_SOCKET_BGA956 config CPU_INTEL_SOCKET_BGA956
bool bool
default n
select CPU_INTEL_CORE2 select CPU_INTEL_CORE2

View File

@ -1,3 +1,2 @@
config CPU_INTEL_EP80579 config CPU_INTEL_EP80579
bool bool
default n

View File

@ -1,5 +1,4 @@
config CPU_INTEL_CORE2 config CPU_INTEL_CORE2
bool bool
default n
select SMP select SMP
select HAVE_MOVNTI select HAVE_MOVNTI

View File

@ -1,4 +1,3 @@
config CPU_INTEL_MODEL_69X config CPU_INTEL_MODEL_69X
bool bool
default n
select SMP select SMP

View File

@ -1,4 +1,3 @@
config CPU_INTEL_MODEL_6DX config CPU_INTEL_MODEL_6DX
bool bool
default n
select SMP select SMP

View File

@ -1,4 +1,3 @@
config CPU_INTEL_CORE config CPU_INTEL_CORE
bool bool
default n
select SMP select SMP

View File

@ -1,4 +1,3 @@
config CPU_INTEL_MODEL_6XX config CPU_INTEL_MODEL_6XX
bool bool
default n
select SMP select SMP

View File

@ -1,5 +1,4 @@
config CPU_INTEL_MODEL_F0X config CPU_INTEL_MODEL_F0X
bool bool
default n
select SMP select SMP
select HAVE_MOVNTI select HAVE_MOVNTI

View File

@ -1,5 +1,4 @@
config CPU_INTEL_MODEL_F1X config CPU_INTEL_MODEL_F1X
bool bool
default n
select SMP select SMP
select HAVE_MOVNTI select HAVE_MOVNTI

View File

@ -1,5 +1,4 @@
config CPU_INTEL_MODEL_F2X config CPU_INTEL_MODEL_F2X
bool bool
default n
select SMP select SMP
select HAVE_MOVNTI select HAVE_MOVNTI

View File

@ -1,5 +1,4 @@
config CPU_INTEL_MODEL_F3X config CPU_INTEL_MODEL_F3X
bool bool
default n
select SMP select SMP
select HAVE_MOVNTI select HAVE_MOVNTI

View File

@ -1,5 +1,4 @@
config CPU_INTEL_MODEL_F4X config CPU_INTEL_MODEL_F4X
bool bool
default n
select SMP select SMP
select HAVE_MOVNTI select HAVE_MOVNTI

View File

@ -20,5 +20,4 @@
config CPU_INTEL_SLOT_2 config CPU_INTEL_SLOT_2
bool bool
default n

View File

@ -20,5 +20,4 @@
config CPU_INTEL_SOCKET_PGA370 config CPU_INTEL_SOCKET_PGA370
bool bool
default n
select MMX select MMX

View File

@ -1,3 +1,2 @@
config CPU_INTEL_SOCKET_MFCPGA478 config CPU_INTEL_SOCKET_MFCPGA478
bool bool
default n

View File

@ -1,5 +1,4 @@
config CPU_INTEL_SOCKET_MPGA478 config CPU_INTEL_SOCKET_MPGA478
bool bool
default n
select CPU_INTEL_MODEL_69X select CPU_INTEL_MODEL_69X
select CPU_INTEL_MODEL_6DX select CPU_INTEL_MODEL_6DX

View File

@ -1,6 +1,5 @@
config CPU_INTEL_SOCKET_MPGA479M config CPU_INTEL_SOCKET_MPGA479M
bool bool
default n
select CPU_INTEL_MODEL_69X select CPU_INTEL_MODEL_69X
select CPU_INTEL_MODEL_6DX select CPU_INTEL_MODEL_6DX
select MMX select MMX

View File

@ -1,6 +1,5 @@
config CPU_INTEL_SOCKET_MPGA603 config CPU_INTEL_SOCKET_MPGA603
bool bool
default n
select CPU_INTEL_MODEL_F0X select CPU_INTEL_MODEL_F0X
select CPU_INTEL_MODEL_F1X select CPU_INTEL_MODEL_F1X
select CPU_INTEL_MODEL_F2X select CPU_INTEL_MODEL_F2X

View File

@ -1,6 +1,5 @@
config CPU_INTEL_SOCKET_MPGA604 config CPU_INTEL_SOCKET_MPGA604
bool bool
default n
select CPU_INTEL_MODEL_F2X select CPU_INTEL_MODEL_F2X
select CPU_INTEL_MODEL_F3X select CPU_INTEL_MODEL_F3X
select CPU_INTEL_MODEL_F4X select CPU_INTEL_MODEL_F4X

View File

@ -1,3 +1,2 @@
config CPU_VIA_C3 config CPU_VIA_C3
bool bool
default n

View File

@ -1,3 +1,2 @@
config CPU_VIA_C7 config CPU_VIA_C7
bool bool
default n

View File

@ -19,7 +19,6 @@
config NORTHBRIDGE_AMD_AMDFAM10 config NORTHBRIDGE_AMD_AMDFAM10
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES
config AGP_APERTURE_SIZE config AGP_APERTURE_SIZE

View File

@ -1,4 +1,3 @@
config NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX config NORTHBRIDGE_AMD_AMDFAM10_ROOT_COMPLEX
bool bool
default n

View File

@ -20,7 +20,6 @@
config NORTHBRIDGE_AMD_AMDK8 config NORTHBRIDGE_AMD_AMDK8
bool bool
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES
default n
config AGP_APERTURE_SIZE config AGP_APERTURE_SIZE
hex hex

View File

@ -19,4 +19,3 @@
config NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX config NORTHBRIDGE_AMD_AMDK8_ROOT_COMPLEX
bool bool
default n

View File

@ -20,5 +20,4 @@
config NORTHBRIDGE_AMD_GX1 config NORTHBRIDGE_AMD_GX1
bool bool
default n

View File

@ -19,5 +19,4 @@
config NORTHBRIDGE_AMD_GX2 config NORTHBRIDGE_AMD_GX2
bool bool
default n

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_AMD_LX config NORTHBRIDGE_AMD_LX
bool bool
default n
config HAVE_HIGH_TABLES config HAVE_HIGH_TABLES
bool bool

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_E7501 config NORTHBRIDGE_INTEL_E7501
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_E7520 config NORTHBRIDGE_INTEL_E7520
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_E7525 config NORTHBRIDGE_INTEL_E7525
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_I3100 config NORTHBRIDGE_INTEL_I3100
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -20,6 +20,5 @@
config NORTHBRIDGE_INTEL_I440BX config NORTHBRIDGE_INTEL_I440BX
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -20,6 +20,5 @@
config NORTHBRIDGE_INTEL_I82810 config NORTHBRIDGE_INTEL_I82810
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_I82830 config NORTHBRIDGE_INTEL_I82830
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_I855GME config NORTHBRIDGE_INTEL_I855GME
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -1,5 +1,4 @@
config NORTHBRIDGE_INTEL_I855PM config NORTHBRIDGE_INTEL_I855PM
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES

View File

@ -20,4 +20,3 @@
config NORTHBRIDGE_INTEL_I945 config NORTHBRIDGE_INTEL_I945
bool bool
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES
default n

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_VIA_CN400 config NORTHBRIDGE_VIA_CN400
bool bool
default n
config FALLBACK_SIZE config FALLBACK_SIZE
int int

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_VIA_CN700 config NORTHBRIDGE_VIA_CN700
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES
config FALLBACK_SIZE config FALLBACK_SIZE

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_VIA_CX700 config NORTHBRIDGE_VIA_CX700
bool bool
default n
# this is done by the northbridge's vgabios.c already # this is done by the northbridge's vgabios.c already
config VGA_ROM_RUN config VGA_ROM_RUN

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_VIA_VT8601 config NORTHBRIDGE_VIA_VT8601
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES
config FALLBACK_SIZE config FALLBACK_SIZE

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_VIA_VT8623 config NORTHBRIDGE_VIA_VT8623
bool bool
default n
select HAVE_HIGH_TABLES select HAVE_HIGH_TABLES
config FALLBACK_SIZE config FALLBACK_SIZE

View File

@ -1,6 +1,5 @@
config NORTHBRIDGE_VIA_VX800 config NORTHBRIDGE_VIA_VX800
bool bool
default n
config FALLBACK_SIZE config FALLBACK_SIZE
int int

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_AMD_AMD8111 config SOUTHBRIDGE_AMD_AMD8111
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_AMD_AMD8131 config SOUTHBRIDGE_AMD_AMD8131
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_AMD_AMD8132 config SOUTHBRIDGE_AMD_AMD8132
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_AMD_AMD8151 config SOUTHBRIDGE_AMD_AMD8151
bool bool
default n

View File

@ -20,7 +20,6 @@
config SOUTHBRIDGE_AMD_CS5530 config SOUTHBRIDGE_AMD_CS5530
bool bool
default n
menu "AMD Geode GX1 video support" menu "AMD Geode GX1 video support"
depends on SOUTHBRIDGE_AMD_CS5530 depends on SOUTHBRIDGE_AMD_CS5530

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_AMD_CS5535 config SOUTHBRIDGE_AMD_CS5535
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_AMD_CS5536 config SOUTHBRIDGE_AMD_CS5536
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_AMD_RS690 config SOUTHBRIDGE_AMD_RS690
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_AMD_SB600 config SOUTHBRIDGE_AMD_SB600
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_BROADCOM_BCM21000 config SOUTHBRIDGE_BROADCOM_BCM21000
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_BROADCOM_BCM5780 config SOUTHBRIDGE_BROADCOM_BCM5780
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_BROADCOM_BCM5785 config SOUTHBRIDGE_BROADCOM_BCM5785
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_ESB6300 config SOUTHBRIDGE_INTEL_ESB6300
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_I3100 config SOUTHBRIDGE_INTEL_I3100
bool bool
default n

View File

@ -1,4 +1,3 @@
config SOUTHBRIDGE_INTEL_I82371EB config SOUTHBRIDGE_INTEL_I82371EB
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_I82801CA config SOUTHBRIDGE_INTEL_I82801CA
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_I82801DBM config SOUTHBRIDGE_INTEL_I82801DBM
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_I82801ER config SOUTHBRIDGE_INTEL_I82801ER
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_INTEL_I82801GX config SOUTHBRIDGE_INTEL_I82801GX
bool bool
default n

View File

@ -20,5 +20,4 @@
config SOUTHBRIDGE_INTEL_I82801XX config SOUTHBRIDGE_INTEL_I82801XX
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_I82870 config SOUTHBRIDGE_INTEL_I82870
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_INTEL_PXHD config SOUTHBRIDGE_INTEL_PXHD
bool bool
default n

View File

@ -1,6 +1,5 @@
config SOUTHBRIDGE_NVIDIA_CK804 config SOUTHBRIDGE_NVIDIA_CK804
bool bool
default n
config HAVE_HARD_RESET config HAVE_HARD_RESET
bool bool

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_NVIDIA_MCP55 config SOUTHBRIDGE_NVIDIA_MCP55
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_RICOH_RL5C476 config SOUTHBRIDGE_RICOH_RL5C476
bool bool
default n

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_SIS_SIS966 config SOUTHBRIDGE_SIS_SIS966
bool bool
default n

View File

@ -1,4 +1,3 @@
config SOUTHBRIDGE_VIA_K8T890 config SOUTHBRIDGE_VIA_K8T890
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_VIA_VT8231 config SOUTHBRIDGE_VIA_VT8231
bool bool
default n

View File

@ -19,5 +19,4 @@
config SOUTHBRIDGE_VIA_VT8235 config SOUTHBRIDGE_VIA_VT8235
bool bool
default n

View File

@ -19,8 +19,8 @@
config SOUTHBRIDGE_VIA_VT8237R config SOUTHBRIDGE_VIA_VT8237R
bool bool
default n
config EPIA_VT8237R_INIT config EPIA_VT8237R_INIT
bool bool
default n default n
depends on SOUTHBRIDGE_VIA_VT8237R

View File

@ -1,3 +1,2 @@
config SOUTHBRIDGE_WINBOND_W83C553 config SOUTHBRIDGE_WINBOND_W83C553
bool bool
default n

View File

@ -1,3 +1,2 @@
config SUPERIO_FINTEK_F71805F config SUPERIO_FINTEK_F71805F
bool bool
default n

View File

@ -1,3 +1,2 @@
config SUPERIO_INTEL_I3100 config SUPERIO_INTEL_I3100
bool bool
default n

View File

@ -1,21 +1,14 @@
config SUPERIO_ITE_IT8661F config SUPERIO_ITE_IT8661F
bool bool
default n
config SUPERIO_ITE_IT8671F config SUPERIO_ITE_IT8671F
bool bool
default n
config SUPERIO_ITE_IT8673F config SUPERIO_ITE_IT8673F
bool bool
default n
config SUPERIO_ITE_IT8705F config SUPERIO_ITE_IT8705F
bool bool
default n
config SUPERIO_ITE_IT8712F config SUPERIO_ITE_IT8712F
bool bool
default n
config SUPERIO_ITE_IT8716F config SUPERIO_ITE_IT8716F
bool bool
default n
config SUPERIO_ITE_IT8718F config SUPERIO_ITE_IT8718F
bool bool
default n

View File

@ -1,27 +1,18 @@
config SUPERIO_NSC_PC8374 config SUPERIO_NSC_PC8374
bool bool
default n
config SUPERIO_NSC_PC87309 config SUPERIO_NSC_PC87309
bool bool
default n
config SUPERIO_NSC_PC87351 config SUPERIO_NSC_PC87351
bool bool
default n
config SUPERIO_NSC_PC87360 config SUPERIO_NSC_PC87360
bool bool
default n
config SUPERIO_NSC_PC87366 config SUPERIO_NSC_PC87366
bool bool
default n
config SUPERIO_NSC_PC87417 config SUPERIO_NSC_PC87417
bool bool
default n
config SUPERIO_NSC_PC87427 config SUPERIO_NSC_PC87427
bool bool
default n
config SUPERIO_NSC_PC97307 config SUPERIO_NSC_PC97307
bool bool
default n
config SUPERIO_NSC_PC97317 config SUPERIO_NSC_PC97317
bool bool
default n

View File

@ -1,3 +1,2 @@
config SUPERIO_SERVERENGINES_PILOT config SUPERIO_SERVERENGINES_PILOT
bool bool
default n

View File

@ -1,18 +1,12 @@
config SUPERIO_SMSC_FDC37M60X config SUPERIO_SMSC_FDC37M60X
bool bool
default n
config SUPERIO_SMSC_LPC47B272 config SUPERIO_SMSC_LPC47B272
bool bool
default n
config SUPERIO_SMSC_LPC47B397 config SUPERIO_SMSC_LPC47B397
bool bool
default n
config SUPERIO_SMSC_LPC47M10X config SUPERIO_SMSC_LPC47M10X
bool bool
default n
config SUPERIO_SMSC_LPC47N217 config SUPERIO_SMSC_LPC47N217
bool bool
default n
config SUPERIO_SMSC_SMSCSUPERIO config SUPERIO_SMSC_SMSCSUPERIO
bool bool
default n

View File

@ -1,3 +1,2 @@
config SUPERIO_VIA_VT1211 config SUPERIO_VIA_VT1211
bool bool
default n

View File

@ -1,27 +1,18 @@
config SUPERIO_WINBOND_W83627DHG config SUPERIO_WINBOND_W83627DHG
bool bool
default n
config SUPERIO_WINBOND_W83627EHG config SUPERIO_WINBOND_W83627EHG
bool bool
default n
config SUPERIO_WINBOND_W83627HF config SUPERIO_WINBOND_W83627HF
bool bool
default n
config SUPERIO_WINBOND_W83627THF config SUPERIO_WINBOND_W83627THF
bool bool
default n
config SUPERIO_WINBOND_W83627THG config SUPERIO_WINBOND_W83627THG
bool bool
default n
config SUPERIO_WINBOND_W83627UHG config SUPERIO_WINBOND_W83627UHG
bool bool
default n
config SUPERIO_WINBOND_W83697HF config SUPERIO_WINBOND_W83697HF
bool bool
default n
config SUPERIO_WINBOND_W83977F config SUPERIO_WINBOND_W83977F
bool bool
default n
config SUPERIO_WINBOND_W83977TF config SUPERIO_WINBOND_W83977TF
bool bool
default n