config/backend.in
changeset 1877 b579a5cb53d1
parent 1869 619a87a01562
child 1878 2c577664a23d
     1.1 --- a/config/backend.in	Mon Mar 29 20:15:25 2010 +0200
     1.2 +++ b/config/backend.in	Thu Apr 01 19:45:28 2010 +0200
     1.3 @@ -9,25 +9,10 @@
     1.4      default y if IS_A_BACKEND =  "y" || IS_A_BACKEND =  "Y"
     1.5      default n if IS_A_BACKEND != "y" && IS_A_BACKEND != "Y"
     1.6  
     1.7 -config BACKEND_ERROR
     1.8 -    bool
     1.9 -
    1.10  config BACKEND_ARCH
    1.11      string
    1.12      option env="CT_BACKEND_ARCH"
    1.13  
    1.14 -if BACKEND && BACKEND_ARCH = ""
    1.15 -comment "ERROR !!! Backend architecture is NOT set !"
    1.16 -config BACKEND_ERROR
    1.17 -    default y
    1.18 -endif
    1.19 -
    1.20  config BACKEND_KERNEL
    1.21      string
    1.22      option env="CT_BACKEND_KERNEL"
    1.23 -
    1.24 -if BACKEND && BACKEND_KERNEL = ""
    1.25 -comment "ERROR !!! Backend kernel is NOT set !"
    1.26 -config BACKEND_ERROR
    1.27 -    default y
    1.28 -endif