diff options
author | Michal Meloun <mmel@FreeBSD.org> | 2016-09-29 11:13:51 +0000 |
---|---|---|
committer | Michal Meloun <mmel@FreeBSD.org> | 2016-09-29 11:13:51 +0000 |
commit | 92fa5c23d98675c7ab9e360a9bcd616bc60c71f8 (patch) | |
tree | 7fc90acdb1846d322dacd7eaa52d22de511c82f3 /sys/arm/conf | |
parent | 99eca1b2b31ae76556eb585849c14127b96ba97e (diff) | |
download | src-92fa5c23d98675c7ab9e360a9bcd616bc60c71f8.tar.gz src-92fa5c23d98675c7ab9e360a9bcd616bc60c71f8.zip |
TEGRA: Add support for MULTIDELAY option.
Notes
Notes:
svn path=/head/; revision=306442
Diffstat (limited to 'sys/arm/conf')
-rw-r--r-- | sys/arm/conf/TEGRA124 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/TEGRA124 b/sys/arm/conf/TEGRA124 index 34e84096da86..d5ebe8679eea 100644 --- a/sys/arm/conf/TEGRA124 +++ b/sys/arm/conf/TEGRA124 @@ -26,6 +26,7 @@ ident TEGRA124 options SCHED_ULE # ULE scheduler options PLATFORM # Platform based SoC options PLATFORM_SMP +options MULTIDELAY options SMP # Enable multiple cores options LINUX_BOOT_ABI |