SAML21: Fix a couple of oversights in the last commit

This commit is contained in:
Gregory Nutt 2015-05-24 15:11:16 -06:00
parent 7e3508361f
commit c5fc9af3a5
2 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,6 @@ choice
config SAML21_XPLAINED_DFLL_OPENLOOP config SAML21_XPLAINED_DFLL_OPENLOOP
bool "DFLL Open Loop Mode" bool "DFLL Open Loop Mode"
depends on EXPERIMENTAL
config SAML21_XPLAINED_DFLL_CLOSEDLOOP config SAML21_XPLAINED_DFLL_CLOSEDLOOP
bool "DFLL Closed Loop Mode" bool "DFLL Closed Loop Mode"

View File

@ -266,6 +266,7 @@ CONFIG_NSH_MMCSDMINOR=0
# CONFIG_SAML21_XPLAINED_OSC16M_12MHZ is not set # CONFIG_SAML21_XPLAINED_OSC16M_12MHZ is not set
CONFIG_SAML21_XPLAINED_OSC16M_16MHZ=y CONFIG_SAML21_XPLAINED_OSC16M_16MHZ=y
# CONFIG_SAML21_XPLAINED_DFLL is not set # CONFIG_SAML21_XPLAINED_DFLL is not set
CONFIG_SAML21_XPLAINED_DFLL_OPENLOOP=y
# #
# SAML21 Xplained Pro Modules # SAML21 Xplained Pro Modules