summaryrefslogtreecommitdiffstats
path: root/sys/conf/options.ia64
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.ia64
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.ia64')
-rw-r--r--sys/conf/options.ia643
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options.ia64 b/sys/conf/options.ia64
index 3a34a07..2258e44 100644
--- a/sys/conf/options.ia64
+++ b/sys/conf/options.ia64
@@ -57,3 +57,6 @@ TIMER_FREQ opt_clock.h
# SKI emulator options
SKI_ROOT_FILESYSTEM opt_ski.h
SSC_NSECT opt_ski.h
+
+# Device options
+DEV_SPLASH opt_splash.h
OpenPOWER on IntegriCloud