• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2
3menu "SMC Drivers"
4	depends on AW_BSP
5config AW_SYS_INFO
6	tristate "Allwinner System Info Driver"
7	default n
8	help
9	  This driver is used for query system information.
10	  If you don't know whether need it, please select y.
11
12config AW_SMC
13	tristate "Allwinner SMC Interfaces"
14	default n
15	help
16	  This driver support smc call interfaces depended on
17	  monitor/aft/SecureOs. If you don't know whether need
18	  it, please select y.
19endmenu
20
21