diff options
| author | Thomas Chou <[email protected]> | 2015-10-14 08:43:31 +0800 |
|---|---|---|
| committer | Thomas Chou <[email protected]> | 2015-10-23 07:37:03 +0800 |
| commit | ca844dd8c55f3b7bbba8144b0dcbf1297fcaece0 (patch) | |
| tree | 3368801834adde5782ae6a0bf46e3585d0705bb1 /drivers/misc/Kconfig | |
| parent | 4395e06eb9907e22869cfe3bf6259a0f0cefca13 (diff) | |
nios2: convert altera sysid to driver model
Convert altera sysid to driver model with misc uclass.
Signed-off-by: Thomas Chou <[email protected]>
Acked-by: Chin Liang See <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'drivers/misc/Kconfig')
| -rw-r--r-- | drivers/misc/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 031b4d8e784..101a6195580 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -13,6 +13,13 @@ config MISC set of generic read, write and ioctl methods may be used to access the device. +config ALTERA_SYSID + bool "Altera Sysid support" + depends on MISC + help + Select this to enable a sysid for Altera devices. Please find + details on the "Embedded Peripherals IP User Guide" of Altera. + config CMD_CROS_EC bool "Enable crosec command" depends on CROS_EC |
