blob: 704a4efe180fe4f29add1897435257bee593f61b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
menu "ASPEED SoC drivers"
config ASPEED_BMC_MISC
bool "Miscellaneous ASPEED BMC interfaces"
depends on ARCH_ASPEED || COMPILE_TEST
default ARCH_ASPEED
help
Say yes to expose VGA and LPC scratch registers, and other
miscellaneous control interfaces specific to the ASPEED BMC SoCs
endmenu
|