#
# FX GIO support on FX system only 
#

if FXMODULE

comment "ContigMem Driver"

config CONTIGMEM
        bool "ContigMem Driver"
        ---help---
          This is a driver which allocates contigous memory area

endif

