From 5ae9960da3f93d3677365b8fb5679dd6b9a007c5 Mon Sep 17 00:00:00 2001 From: yokota Date: Thu, 2 Aug 2001 13:22:33 +0000 Subject: Use #ifdef DEV_SPLASH (from opt_splash.h) rather than #if NSPLASH > 0 (from splash.h) to test the presence of the splash driver. --- sys/conf/options.alpha | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/conf/options.alpha') 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 -- cgit v1.1