diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2018-04-11 16:04:10 +0930 |
|---|---|---|
| committer | Joel Stanley <joel@jms.id.au> | 2019-03-20 15:13:32 +1030 |
| commit | 78376ece92f6a5afb71dc1b17443a429f2cb0d2d (patch) | |
| tree | 072b5cbac5ca4206d7ab6d026b9a4e1c64e92b55 /drivers/soc/Kconfig | |
| parent | 63c5a93c8f3c1027b3c36442f433c7e2b270325d (diff) | |
| download | blackbird-obmc-linux-78376ece92f6a5afb71dc1b17443a429f2cb0d2d.tar.gz blackbird-obmc-linux-78376ece92f6a5afb71dc1b17443a429f2cb0d2d.zip | |
soc: aspeed: Miscellaneous control interfaces
The ASPEED BMC SoCs have many knobs and switches that are sometimes
design-specific and often defy any approach to unify them under an
existing subsystem.
Add a driver to translate a devicetree table into sysfs entries to
expose bits and fields for manipulation from userspace. This encompasses
concepts from scratch registers to boolean conditions to enable or
disable host interface features.
OpenBMC-Staging-Count: 5
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/soc/Kconfig')
| -rw-r--r-- | drivers/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/Kconfig b/drivers/soc/Kconfig index c07b4a85253f..b750a88547c7 100644 --- a/drivers/soc/Kconfig +++ b/drivers/soc/Kconfig @@ -2,6 +2,7 @@ menu "SOC (System On Chip) specific Drivers" source "drivers/soc/actions/Kconfig" source "drivers/soc/amlogic/Kconfig" +source "drivers/soc/aspeed/Kconfig" source "drivers/soc/atmel/Kconfig" source "drivers/soc/bcm/Kconfig" source "drivers/soc/fsl/Kconfig" |

