ez-x5 V1.0 board에 LCD를 장착해 볼려고 여기서 판매하는 EZ-LCD-V1를 구매했습니다.
 LCD드라이버모듈을 올려서 test해 볼려고 아래 처럼하고 커널 컴파일을 했는데

커널: v2.4.19-rmk7-pxa1
-make menuconfig
    console drivers ->
         Frame-buffer support ->
            [*]Support for frame buffer devices(EXPERIMENTAL)
                   [*] PXA LCD support
                     (16-Bpp) LCD Bit Depth 

-make zImage
'LCD_PIXCLOCK' undeclared here
'LCD_BPP' undeclared here
   .............
  ..............

'LCSR' undeclared
'LCSR_LDD' undeclared
.................
.................

 에러 메시지가 나옵니다.
'LCD_PIXCLOCK'는 define 선언이 안되어서 그런거 같고
LCSR 변수는 pxafb.h파일에 없는것 같아요.
어떻게 해야 하나요?