summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.alpha
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>2001-08-02 13:22:33 +0000
committeryokota <yokota@FreeBSD.org>2001-08-02 13:22:33 +0000
commit5ae9960da3f93d3677365b8fb5679dd6b9a007c5 (patch)
tree3150a895e3887b45791daa2c87e7c2c273823cc3 /sys/conf/options.alpha
parent77d54406d5ea20673161903b635c712d3013fb9f (diff)
downloadFreeBSD-src-5ae9960da3f93d3677365b8fb5679dd6b9a007c5.zip
FreeBSD-src-5ae9960da3f93d3677365b8fb5679dd6b9a007c5.tar.gz
Use #ifdef DEV_SPLASH (from opt_splash.h) rather than
#if NSPLASH > 0 (from splash.h) to test the presence of the splash driver.
Diffstat (limited to 'sys/conf/options.alpha')
-rw-r--r--sys/conf/options.alpha3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.alpha b/sys/conf/options.alpha
index 41d733c..cc1f80c 100644
--- a/sys/conf/options.alpha
+++ b/sys/conf/options.alpha
@@ -75,3 +75,6 @@ TIMER_FREQ opt_clock.h
COMPAT_LINUX opt_dontuse.h
DEBUG_LINUX opt_linux.h
COMPAT_OSF1 opt_dontuse.h
+
+# Device options
+DEV_SPLASH opt_splash.h
OpenPOWER on IntegriCloud