Changes to get an NxWM configuration building correctly after all of the naming changes
This commit is contained in:
parent
3bf2b50e46
commit
c2e69373f3
|
@ -417,6 +417,7 @@ CONFIG_NSH_MMCSDSLOTNO=0
|
|||
# Board-Specific Options
|
||||
#
|
||||
CONFIG_SAMA5D4_MB_REVC=y
|
||||
# CONFIG_SAMA5D4_MB_REVE is not set
|
||||
# CONFIG_SAMA5D4EK_384MHZ is not set
|
||||
# CONFIG_SAMA5D4EK_396MHZ is not set
|
||||
CONFIG_SAMA5D4EK_528MHZ=y
|
||||
|
@ -427,6 +428,7 @@ CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_BLKDEV="/dev/mmcsd0"
|
|||
CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_MOUNTPOINT="/mnt/sdcard"
|
||||
CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_DDELAY=1000
|
||||
CONFIG_SAMA5D4EK_HSMCI0_AUTOMOUNT_UDELAY=2000
|
||||
# CONFIG_SAMA5D4EK_ROMFS_MOUNT is not set
|
||||
CONFIG_SAMA5D4EK_MXT_I2CFREQUENCY=400000
|
||||
CONFIG_SAMA5D4EK_MXT_DEVMINOR=0
|
||||
# CONFIG_SAMA5D4EK_SLOWCLOCK is not set
|
||||
|
@ -458,6 +460,9 @@ CONFIG_PREALLOC_TIMERS=4
|
|||
#
|
||||
# Tasks and Scheduling
|
||||
#
|
||||
# CONFIG_INIT_NONE is not set
|
||||
CONFIG_INIT_ENTRYPOINT=y
|
||||
# CONFIG_INIT_FILEPATH is not set
|
||||
CONFIG_USER_ENTRYPOINT="nxwm_main"
|
||||
CONFIG_RR_INTERVAL=200
|
||||
CONFIG_TASK_NAME_SIZE=32
|
||||
|
|
Loading…
Reference in New Issue