SAMA5: Fix a typo in the Kconfig file

This commit is contained in:
Gregory Nutt 2015-03-21 06:22:04 -06:00
parent e835af5840
commit 36c523bd9d

View File

@ -2577,7 +2577,7 @@ endif # SAMA5_HSMCI0 || SAMA5_HSMCI1 || SAMA5_HSMCI2
if SAMA5_UDPHS
menu "USB High Speed Device Controller driver (DCD) options"
config UDPHS_SCATTERGATHER
config SAMA5_UDPHS_SCATTERGATHER
bool
default n
---help---