mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git] / src / soc / amd / common / block / simnow / Kconfig
blob31c9ad22ed319a1dd43824d96608e9d165b234d0
1 # SPDX-License-Identifier: GPL-2.0-only
3 config SOC_AMD_COMMON_BLOCK_SIMNOW_SUPPORTED
4         bool
5         help
6           Select this for mainboards that are supported by SimNow
8 config SOC_AMD_COMMON_BLOCK_SIMNOW_BUILD
9         bool "Build for SimNow"
10         default n
11         depends on SOC_AMD_COMMON_BLOCK_SIMNOW_SUPPORTED
12         select CONSOLE_AMD_SIMNOW
13         help
14           Select this option when building for SimNow
16 if SOC_AMD_COMMON_BLOCK_SIMNOW_BUILD
18 config POST_IO
19         default n
21 config CONSOLE_SERIAL
22         default n
24 endif