boards: spresense: Enable CONFIG_RTC_HIRES in wifi/defconfig
Summary: - This commit enable COFNIG_RTC_HIRES Impact: - This commit affects spresense:wifi configuration only Testing: - spresense:wifi with getprime Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
fead8d2034
commit
9a1391d36b
@ -113,6 +113,10 @@ CONFIG_RAM_START=0x0d000000
|
||||
CONFIG_READLINE_CMD_HISTORY=y
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_RTC=y
|
||||
CONFIG_RTC_ALARM=y
|
||||
CONFIG_RTC_DRIVER=y
|
||||
CONFIG_RTC_FREQUENCY=32768
|
||||
CONFIG_RTC_HIRES=y
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
CONFIG_SCHED_LPWORKPRIORITY=60
|
||||
CONFIG_SCHED_WAITPID=y
|
||||
@ -136,6 +140,7 @@ CONFIG_SYSTEM_NTPC=y
|
||||
CONFIG_SYSTEM_NXPLAYER=y
|
||||
CONFIG_SYSTEM_NXRECORDER=y
|
||||
CONFIG_SYSTEM_USBMSC=y
|
||||
CONFIG_TESTING_GETPRIME=y
|
||||
CONFIG_TESTING_OSTEST=y
|
||||
CONFIG_TESTING_OSTEST_FPUSIZE=64
|
||||
CONFIG_UART1_SERIAL_CONSOLE=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user